|
Poster:
|
Mooffie |
Date:
|
July 24, 2011 05:24:35am |
|
Forum:
|
etree
|
Subject:
|
Re: Greasemonkey plugin for browsing the Internet Archive |
Looks nice! (But I haven't tried it: I'm using Opera.)
BTW, you may want to look at
Tiger. It has a mechanism that lets you easily
hook into a page to
enhance it. The plus of Tiger is that it's a conventional multi-browser extension so it's easy to install.
On the other hand, I now see that you're doing cross-host connections there (to query.yahooapis.com and etree.org), so it won't be possible to merge this code into Tiger (because, ironically, it won't work in Firefox) ; by switching to JSONP this can be solved.